Pricing Config
Summary
Price points are used to define the price for Loot.
Pricing Config Schema
| Name | Type | Required | Description |
|---|---|---|---|
| custom_data | object | No | Custom data associated with the resource |
| name | string | No | Name of the resource |
| description | string | No | Description of the resource |
| strict_flag | boolean | No | Forces the quantity to be equal to a quantity on a Price Breakpoint. |
| cap_flag | boolean | No | Only allows quantity to be fulfilled up the highest quantity on the Price Breakpoints |
| current_breakpoints | array | No | Current Price Breakpoints. |
| pre_sale_breakpoints | array | No | Previous Price Breakpoints. |
| sandbox_id | string | No | ID of the Sandbox |
| last_modified_account_id | string | No | Account ID of the user who last modified the resource |
| last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
| created_timestamp | string | No | Timestamp of when the resource was created |
| price_point_id | string | No | The Price Point ID. |